don't export functions prefixed with underscore
authorHans Breuer <hans@breuer.org>
Sat, 5 Jan 2002 18:59:24 +0000 (18:59 +0000)
committerHans Breuer <hans@src.gnome.org>
Sat, 5 Jan 2002 18:59:24 +0000 (18:59 +0000)
2002-01-04  Hans Breuer  <hans@breuer.org>

* gdk_pixbuf.def : don't export functions prefixed
with underscore

* makefile.msc : use -FImsvc_recommende_pragmas.h

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk_pixbuf.def
gdk-pixbuf/makefile.msc

index 390efd9fdc305c2a5a193892fc8dbcc5c27bf1d2..2abab913c84da2b40e2248b396e72d501013f7f6 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-04  Hans Breuer  <hans@breuer.org>
+
+       * gdk_pixbuf.def : don't export functions prefixed
+       with underscore
+
+       * makefile.msc : use -FImsvc_recommende_pragmas.h
+
 Thu Jan  3 19:31:58 2002  Owen Taylor  <otaylor@redhat.com>
 
        * pixops/pixops.c (scale_line_22_33): Fix and uncomment
index 64e1d72bed54e5f379be0b3be3dcda352c2132f2..7f4cbb6f9cefc5402360880c264e8935b8851c4c 100644 (file)
@@ -1,7 +1,4 @@
 EXPORTS
-       _gdk_pixbuf_get_module
-       _gdk_pixbuf_get_named_module
-       _gdk_pixbuf_load_module
        gdk_colorspace_get_type
        gdk_interp_type_get_type
        gdk_pixbuf_add_alpha
index 5220575b3f7e2c688fb59ef177f10c8ab632b28a..7c1d7857384aeef99b0ca240f1ebd94507e02f02 100644 (file)
@@ -20,7 +20,8 @@ BUILT_IN_FORMATS = -DINCLUDE_png -DINCLUDE_bmp -DINCLUDE_gif \
 
 
 
-PKG_CFLAGS = -I. -I.. $(GLIB_CFLAGS) \
+PKG_CFLAGS = -FImsvc_recommended_pragmas.h \
+       -I. -I.. $(GLIB_CFLAGS) \
        $(BUILT_IN_FORMATS) \
        $(JPEG_CFLAGS) $(PNG_CFLAGS) $(TIFF_CFLAGS) $(INTL_CFLAGS) \
        $(G_DEBUGGING) \